(0) Obligation:
Runtime Complexity TRS:
The TRS R consists of the following rules:
f(a, n__b, X) → f(X, X, X)
c → a
c → b
b → n__b
activate(n__b) → b
activate(X) → X
Rewrite Strategy: INNERMOST
(1) CpxTrsToCdtProof (BOTH BOUNDS(ID, ID) transformation)
Converted CpxTRS to CDT
(2) Obligation:
Complexity Dependency Tuples Problem
Rules:
f(a, n__b, z0) → f(z0, z0, z0)
c → a
c → b
b → n__b
activate(n__b) → b
activate(z0) → z0
Tuples:
F(a, n__b, z0) → c1(F(z0, z0, z0))
C → c3(B)
ACTIVATE(n__b) → c5(B)
S tuples:
F(a, n__b, z0) → c1(F(z0, z0, z0))
C → c3(B)
ACTIVATE(n__b) → c5(B)
K tuples:none
Defined Rule Symbols:
f, c, b, activate
Defined Pair Symbols:
F, C, ACTIVATE
Compound Symbols:
c1, c3, c5
(3) CdtLeafRemovalProof (BOTH BOUNDS(ID, ID) transformation)
Removed 3 trailing nodes:
F(a, n__b, z0) → c1(F(z0, z0, z0))
ACTIVATE(n__b) → c5(B)
C → c3(B)
(4) Obligation:
Complexity Dependency Tuples Problem
Rules:
f(a, n__b, z0) → f(z0, z0, z0)
c → a
c → b
b → n__b
activate(n__b) → b
activate(z0) → z0
Tuples:none
S tuples:none
K tuples:none
Defined Rule Symbols:
f, c, b, activate
Defined Pair Symbols:none
Compound Symbols:none
(5) SIsEmptyProof (EQUIVALENT transformation)
The set S is empty
(6) BOUNDS(O(1), O(1))